﻿2026-06-04T01:32:50.9863717Z ##[group]Run actions/checkout@v4
2026-06-04T01:32:50.9864498Z with:
2026-06-04T01:32:50.9864862Z   repository: SaberMage/spt-core
2026-06-04T01:32:50.9868153Z   token: ***
2026-06-04T01:32:50.9868496Z   ssh-strict: true
2026-06-04T01:32:50.9868825Z   ssh-user: git
2026-06-04T01:32:50.9869154Z   persist-credentials: true
2026-06-04T01:32:50.9869530Z   clean: true
2026-06-04T01:32:50.9869948Z   sparse-checkout-cone-mode: true
2026-06-04T01:32:50.9870354Z   fetch-depth: 1
2026-06-04T01:32:50.9870684Z   fetch-tags: false
2026-06-04T01:32:50.9871151Z   show-progress: true
2026-06-04T01:32:50.9871503Z   lfs: false
2026-06-04T01:32:50.9871822Z   submodules: false
2026-06-04T01:32:50.9872168Z   set-safe-directory: true
2026-06-04T01:32:50.9872674Z ##[endgroup]
2026-06-04T01:32:51.1853689Z Syncing repository: SaberMage/spt-core
2026-06-04T01:32:51.1854982Z ##[group]Getting Git version info
2026-06-04T01:32:51.1855545Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T01:32:51.2258444Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T01:32:51.2477102Z git version 2.43.0.windows.1
2026-06-04T01:32:51.2512685Z ##[endgroup]
2026-06-04T01:32:51.2521055Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\9ed6b6ea-1bd3-40c9-b540-94e966ad9a44\.gitconfig'
2026-06-04T01:32:51.2537623Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\9ed6b6ea-1bd3-40c9-b540-94e966ad9a44' before making global git config changes
2026-06-04T01:32:51.2538650Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T01:32:51.2544049Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T01:32:51.2789451Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T01:32:51.2981279Z https://github.com/SaberMage/spt-core
2026-06-04T01:32:51.3013871Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T01:32:51.3019581Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T01:32:51.3217760Z refs/heads/dev-freeform
2026-06-04T01:32:51.3253489Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T01:32:51.3517762Z HEAD is now at 02c4ff7 ci: phase 2 of self-host migration - linux leg + traceability on gravity
2026-06-04T01:32:51.4016826Z ##[endgroup]
2026-06-04T01:32:51.4017321Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T01:32:51.7937393Z ##[group]Cleaning the repository
2026-06-04T01:32:51.7943568Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T01:32:54.0036331Z Removing target/
2026-06-04T01:32:54.0081248Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T01:32:54.0411727Z HEAD is now at 02c4ff7 ci: phase 2 of self-host migration - linux leg + traceability on gravity
2026-06-04T01:32:54.0442207Z ##[endgroup]
2026-06-04T01:32:54.0446608Z ##[group]Disabling automatic garbage collection
2026-06-04T01:32:54.0452280Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T01:32:54.0697881Z ##[endgroup]
2026-06-04T01:32:54.0698260Z ##[group]Setting up auth
2026-06-04T01:32:54.0705527Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T01:32:54.0958945Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T01:32:54.4938994Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T01:32:54.5179905Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T01:32:54.8969529Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T01:32:54.9199886Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T01:32:55.3159533Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T01:32:55.3481905Z ##[endgroup]
2026-06-04T01:32:55.3482355Z ##[group]Fetching the repository
2026-06-04T01:32:55.3490205Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d70ced7d793e5a96185e5b178974545914ad5431:refs/remotes/origin/dev-freeform
2026-06-04T01:32:56.0317932Z From https://github.com/SaberMage/spt-core
2026-06-04T01:32:56.0318467Z  + 02c4ff7...d70ced7 d70ced7d793e5a96185e5b178974545914ad5431 -> origin/dev-freeform  (forced update)
2026-06-04T01:32:56.0444131Z ##[endgroup]
2026-06-04T01:32:56.0444564Z ##[group]Determining the checkout info
2026-06-04T01:32:56.0445457Z ##[endgroup]
2026-06-04T01:32:56.0452042Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T01:32:56.0732525Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T01:32:56.0965757Z ##[group]Checking out the ref
2026-06-04T01:32:56.0970933Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T01:32:56.1328348Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T01:32:56.1328727Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T01:32:56.1329197Z Previous HEAD position was 02c4ff7 ci: phase 2 of self-host migration - linux leg + traceability on gravity
2026-06-04T01:32:56.1329643Z Switched to and reset branch 'dev-freeform'
2026-06-04T01:32:56.1596107Z ##[endgroup]
2026-06-04T01:32:56.1605322Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T01:32:56.1811659Z d70ced7d793e5a96185e5b178974545914ad5431
